Skip to content

Commit 95ef061

Browse files
committed
revert test code
1 parent 0cd215d commit 95ef061

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
run: npx envinfo
2424
- name: Build
2525
run: |
26-
./vcbuild.bat
2726
./vcbuild.bat arm64

deps/v8/src/compiler/operator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class Operator1 : public Operator {
193193
// printing of a parameter.
194194

195195
virtual void PrintParameter(std::ostream& os, PrintVerbosity verbose) const {
196-
// os << "[" << parameter() << "]";
196+
os << "[" << parameter() << "]";
197197
}
198198

199199
void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const override {

0 commit comments

Comments
 (0)