diff options
Diffstat (limited to 'tests/testdata/run/jsx_precompile/no_pragma.tsx')
-rw-r--r-- | tests/testdata/run/jsx_precompile/no_pragma.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/jsx_precompile/no_pragma.tsx b/tests/testdata/run/jsx_precompile/no_pragma.tsx deleted file mode 100644 index 7ba21d80d..000000000 --- a/tests/testdata/run/jsx_precompile/no_pragma.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export function A() { - return <h1>hello</h1>; -} |