Fixing two tests in Jerry test suite.
This commit is contained in:
@@ -13,4 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
var s = 'hello';
|
var s = 'hello';
|
||||||
asssert(s[0] == 'h');
|
assert(s[0] == 'h');
|
||||||
|
|||||||
@@ -19,3 +19,5 @@ function foo() {
|
|||||||
|
|
||||||
assert(a + b === 30);
|
assert(a + b === 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foo();
|
||||||
|
|||||||
Reference in New Issue
Block a user