Leave only roundtrip tests

This commit is contained in:
Vladimir Grichina
2019-01-06 18:13:05 -08:00
parent f53d0bae16
commit 5f3f5c809c
6 changed files with 3 additions and 136 deletions

View File

@ -1,5 +1,3 @@
import { StringConversionTests } from "../tests/assembly/encoder.spec.as";
declare function logStr(str: string): void;
declare function logF64(val: f64): void;