Browse Source

Enabled unicode 13 tests, now that we require Go 1.16.

Dmitry Panov 3 years ago
parent
commit
016db103e6
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tc39_test.go

+ 1 - 3
tc39_test.go

@@ -303,9 +303,7 @@ func init() {
 	}
 
 	skip(
-		// Go 1.14 only supports unicode 12
-		"test/language/identifiers/start-unicode-13.",
-		"test/language/identifiers/part-unicode-13.",
+		// Go 1.16 only supports unicode 13
 		"test/language/identifiers/start-unicode-14.",
 		"test/language/identifiers/part-unicode-14.",