Update compiler/compiler/src/test.rs

This commit is contained in:
Collin Chin 2022-08-04 09:38:14 -07:00 committed by GitHub
parent 13350da303
commit 81de7d25d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,6 @@ fn compile_and_process<'a>(parsed: &'a mut Compiler<'a>, handler: &Handler) -> R
}
fn run_test(test: Test, handler: &Handler, err_buf: &BufferEmitter) -> Result<Value, ()> {
println!("here");
// Check for CWD option:
// ``` cwd: import ```
// When set, uses different working directory for current file.