| Index: tests/standalone/precompilation_test.dart
|
| diff --git a/tests/standalone/precompilation_test.dart b/tests/standalone/precompilation_test.dart
|
| index e58c5febe71ae951da7479f4974db9ca8d9af56e..e65bf17bac36e19170a741ac30a396aca65f509f 100644
|
| --- a/tests/standalone/precompilation_test.dart
|
| +++ b/tests/standalone/precompilation_test.dart
|
| @@ -74,7 +74,7 @@ main(List args) {
|
|
|
| result = Process.runSync(
|
| cc,
|
| - [shared, cc_flags, "-o", libname, "precompiled.S"],
|
| + [shared, cc_flags, "-nostartfiles", "-o", libname, "precompiled.S"],
|
| workingDirectory: tmp.path);
|
| if (result.exitCode != 0) {
|
| print(result.stdout);
|
|
|