| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index d446cb812c88a617cd7fe991abacee0f5fd75d51..cde7664bd959f2fb159d3f1421e6a6371bff1fbc 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -804,6 +804,10 @@ executable("run_vm_tests") {
|
| vm_tests = rebase_path(vm_tests_list, ".", "../vm")
|
|
|
| sources = [
|
| + "error_exit.cc",
|
| + "error_exit.h",
|
| + "snapshot_utils.cc",
|
| + "snapshot_utils.h",
|
| "builtin_nolib.cc",
|
| "run_vm_tests.cc",
|
| ] + builtin_impl_tests_list + vm_tests
|
|
|