summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-10-21 15:05:44 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-10-21 15:05:45 +0000
commit8d2c23e0a2d1b449448675e0ba822953cee52b18 (patch)
tree4c4862774c2af16316e8909285051d607d5f16d9 /compiler/utils/assembler_test.h
parentf62819347a8416b42070bf8e5ec64e2eac2fee8d (diff)
parent102cbed1e52b7c5f09458b44903fe97bb3e14d5f (diff)
Merge "Implement register allocator for floating point registers."
Diffstat (limited to 'compiler/utils/assembler_test.h')
-rw-r--r--compiler/utils/assembler_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test.h b/compiler/utils/assembler_test.h
index 37429131ef..5bfa462d79 100644
--- a/compiler/utils/assembler_test.h
+++ b/compiler/utils/assembler_test.h
@@ -373,7 +373,7 @@ class AssemblerTest : public testing::Test {
}
} else {
// This will output the assembly.
- EXPECT_EQ(*data, *res.code) << "Outputs (and disassembly) not identical.";
+ EXPECT_EQ(*res.code, *data) << "Outputs (and disassembly) not identical.";
}
}
}