• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン93f01e416919bff13bab72bbccbdf693ea1c4339 (tree)
日時2019-02-12 22:52:53
作者dhrname <dhrname@user...>
コミッターdhrname

ログメッセージ

Modify the startest

変更サマリ

差分

--- a/source_code/startest.c
+++ b/source_code/startest.c
@@ -654,8 +654,6 @@ printf("\n%d\n", i);
654654 tokenmode = ST_KAGIKAKKO_END_TOKEN;
655655 assert(tokenmode == 6);
656656
657- elapsed = clock() - before;
658- printf("Time is %.3f seconds\n", elapsed/CLOCKS_PER_SEC);
659657 ST_Ordered_Pair alist= {FP_NAN, NULL, 0};
660658 ST_Ordered_Pair blist = {0.0, NULL, 0};
661659 ST_Ordered_Pair clist = {1.0, &blist, 0};
@@ -817,6 +815,13 @@ printf("\n%d\n", i);
817815 ST_Char *chee = "testsuite/eeucjp.st";
818816 assert( tests_file_length == ST_readFile(chee, tests_callback_file) );
819817 ST_readFile(che, ST_main);
818+ tests_file_length = 0;
819+ che = "testsuite/f.st";
820+ assert( tests_file_length == ST_readFile(che, tests_callback_file) );
821+ ST_readFile(che, ST_main);
822+
823+ elapsed = clock() - before;
824+ printf("Time is %.3f seconds\n", elapsed/CLOCKS_PER_SEC);
820825
821826 errno = 0;
822827 errno_before_eprint = UNKNOWN_ERROR;
Binary files a/source_code/startest.o and b/source_code/startest.o differ