summaryrefslogtreecommitdiff
path: root/core/libdeno/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/libdeno/BUILD.gn')
-rw-r--r--core/libdeno/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/BUILD.gn b/core/libdeno/BUILD.gn
index eeec14eb5..8ad3dccc3 100644
--- a/core/libdeno/BUILD.gn
+++ b/core/libdeno/BUILD.gn
@@ -80,7 +80,7 @@ v8_executable("snapshot_creator") {
configs = [ ":deno_config" ]
}
-v8_executable("test_cc") {
+v8_executable("libdeno_test") {
testonly = true
sources = [
"file_util_test.cc",