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

Unified Diff: runtime/bin/extensions_linux.cc

Issue 1370833003: Extend precompilation test to Mac. Attempt to fix for host MIPS. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/extensions_linux.cc
diff --git a/runtime/bin/extensions_linux.cc b/runtime/bin/extensions_linux.cc
index f5a1cf5b0936751f158bb0045afd56d7560e6f93..23ee6ed29f3b87961517fbbcaffc172dfb26d6e2 100644
--- a/runtime/bin/extensions_linux.cc
+++ b/runtime/bin/extensions_linux.cc
@@ -12,7 +12,7 @@
namespace dart {
namespace bin {
-const char* kPrecompiledLibraryName = "./libprecompiled.so";
+const char* kPrecompiledLibraryName = "libprecompiled.so";
const char* kPrecompiledSymbolName = "_kInstructionsSnapshot";
void* Extensions::LoadExtensionLibrary(const char* library_file) {
« no previous file with comments | « no previous file | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698