diff --git a/docs_src/tutorials/hello_xls.md b/docs_src/tutorials/hello_xls.md index 4b976eed39..8cc694fd20 100644 --- a/docs_src/tutorials/hello_xls.md +++ b/docs_src/tutorials/hello_xls.md @@ -107,14 +107,14 @@ up! Open a terminal and execute the following in the XLS checkout root directory: ``` -$ ./bazel-bin/xls/dslx/interpreter_main hello_xls.x +$ ./bazel-bin/xls/dslx/interpreter_main --alsologtostderr hello_xls.x ``` You should see the following output: ``` [ RUN UNITTEST ] hello_test -trace of hello_string @ hello.x:4:17-4:31: [72, 101, 108, 108, 111, 44, 32, 88, 76, 83, 33] +... trace of hello_string: [72, 101, 108, 108, 111, 44, 32, 88, 76, 83, 33] [ OK ] [===============] 1 test(s) ran; 0 failed; 0 skipped. ```