Sign in
chromium
/
external
/
github.com
/
tc39
/
test262
/
refs/heads/main
/
.
/
test
/
harness
/
assert-true.js
blob: 7050005a9c09743326f03484c0bc910538db4094 [
file
] [
log
] [
blame
] [
edit
]
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
`true` satisfies the assertion.
---*/
assert
(
true
);