mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
fix: change :test_cc to v8_executable
This commit is contained in:
parent
02540e559d
commit
f46c271afc
1 changed files with 2 additions and 2 deletions
4
BUILD.gn
4
BUILD.gn
|
@ -75,7 +75,7 @@ rust_test("test_rs") {
|
|||
]
|
||||
}
|
||||
|
||||
executable("test_cc") {
|
||||
v8_executable("test_cc") {
|
||||
testonly = true
|
||||
sources = [
|
||||
"src/flatbuffer_builder_test.cc",
|
||||
|
@ -86,7 +86,7 @@ executable("test_cc") {
|
|||
":deno_flatbuffer_builder",
|
||||
"//testing/gtest:gtest",
|
||||
]
|
||||
configs += [ ":deno_config" ]
|
||||
configs = [ ":deno_config" ]
|
||||
}
|
||||
|
||||
static_library("libdeno") {
|
||||
|
|
Loading…
Add table
Reference in a new issue