aboutsummaryrefslogtreecommitdiff
path: root/test/macro/assert.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/macro/assert.tsx')
-rw-r--r--test/macro/assert.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/macro/assert.tsx b/test/macro/assert.tsx
deleted file mode 100644
index 8a6e4d822..000000000
--- a/test/macro/assert.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-// This logs the result at build time
-export function unreachable(call) {
- throw new Error(call.arguments[0].toString() || "unreachable");
-}