Handle CRLF when reading XML on Windows
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-op-stack-value.exp
index c28dcca1d9fc92624a8fade9fd5c1a75e1c08165..eb0f80240a8b0da4374dbf8c9a30ce6b6bfbeabf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011-2017 Free Software Foundation, Inc.
+# Copyright 2011-2019 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@ gdb_test_multiple $test $test {
     -re ":\[ \t\]*0xaa551234\r\n$gdb_prompt $" {
        # big endian
        pass $test
-       gdb_test "p/x implicit4to2" " = 0x3344"
+       gdb_test "p/x implicit4to2" " = 0x1122"
        gdb_test "p/x implicit4to4" " = 0x11223344"
     }
     -re ":\[ \t\]*0x\[0-9a-f\]{8}\r\n$gdb_prompt $" {
This page took 0.023785 seconds and 4 git commands to generate.