summaryrefslogtreecommitdiff
path: root/deno2/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-15 15:45:45 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-15 22:19:00 +0200
commit97923e3d26d2fb5a6be6c00b8d8d6a085cf71b8e (patch)
treeb535881c51659cc9d79f3759e97e440f00adf3ef /deno2/BUILD.gn
parentb2694ecbd85a5a32803e24f1d6c9020173408646 (diff)
Fix error handling in deno::ReadFileToString
Starts a unit test for it, and adds to mock_runtime_test.
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",
]