Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: crosstest/test_vector_ops_main.cpp

Issue 560493002: Subzero: The cross tests should use the actual Subzero runtime. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crosstest/test_vector_ops_main.cpp
diff --git a/crosstest/test_vector_ops_main.cpp b/crosstest/test_vector_ops_main.cpp
index ef7b4504aa5997024e768b58a1a950f49b8e0717..1232799a9be27e47aff55107356f8dbcc98df1c0 100644
--- a/crosstest/test_vector_ops_main.cpp
+++ b/crosstest/test_vector_ops_main.cpp
@@ -162,11 +162,3 @@ int main(int argc, char *argv[]) {
return Failures;
}
-
-extern "C" {
-
-void ice_unreachable(void) {
- std::cerr << "\"unreachable\" instruction encountered\n";
- abort();
-}
-}
« no previous file with comments | « crosstest/test_cast_main.cpp ('k') | pydir/crosstest.py » ('j') | runtime/szrt.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698