소스 검색

fix test program

develop-theo
Theo Souchon 2 년 전
부모
커밋
58b9f93c2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tests-parsimony/testFile.c

+ 2
- 2
tests-parsimony/testFile.c 파일 보기

@ -21,7 +21,7 @@
print("\n");
// Use of the P class
x = new(P, {x: 2, y: 4, z: 6 });
x = new(P, {x: 2, y: 4, z: 6 class="p">, w: 9});
x.functions.printf(x);
// Create another class from P
@ -36,7 +36,7 @@
// Use of the Q class
y = new(Q, {x: 1, y: 2, z: 3, q: 42 });
P.functions.printf(P);
y.functions.printf(y);
nil;
}

불러오는 중...
취소
저장