Revert "Update tests"

This reverts commit 3cda0eac32.
This commit is contained in:
Mohamed Hegazy
2017-04-25 14:46:06 -07:00
parent 8a85f4a61e
commit 22647bbae4
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ function f14(a: AList4, b: BList4) {
//// [covariantCallbacks.js]
"use strict";
// Test that callback parameters are related covariantly
;
function f1(a, b) {

View File

@@ -1,5 +1,4 @@
// @target: es2015
// @strict: true
// Test that callback parameters are related covariantly