diff options
Diffstat (limited to 'libdeno/BUILD.gn')
-rw-r--r-- | libdeno/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/BUILD.gn b/libdeno/BUILD.gn index 47971ee01..92c5b804e 100644 --- a/libdeno/BUILD.gn +++ b/libdeno/BUILD.gn @@ -98,5 +98,5 @@ v8_executable("test_cc") { # Generates $target_gen_dir/snapshot_test.bin snapshot("snapshot_test") { testonly = true - js = "libdeno_test.js" + source_root = "libdeno_test.js" } |