summaryrefslogtreecommitdiff
path: root/deno2/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'deno2/BUILD.gn')
-rw-r--r--deno2/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno2/BUILD.gn b/deno2/BUILD.gn
index 37b9f85c6..5cb49aaa7 100644
--- a/deno2/BUILD.gn
+++ b/deno2/BUILD.gn
@@ -17,6 +17,7 @@ executable("deno") {
executable("mock_runtime_test") {
testonly = true
sources = [
+ "file_util_test.cc",
"from_snapshot.cc",
"mock_runtime_test.cc",
]