• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

コミットメタ情報

リビジョン2d8b81a7cff3457a3fb8c2004af334486ccaba72 (tree)
日時2019-04-23 21:13:59
作者dhrname <dhrname@user...>
コミッターdhrname

ログメッセージ

Modify the startest

変更サマリ

差分

--- a/source_code/shadowstar.c
+++ b/source_code/shadowstar.c
@@ -1401,12 +1401,14 @@ void ST_main(ST_Char* name, ST_Char* s, uint_fast64_t filelength)
14011401 {
14021402 errno = EINVAL;
14031403 eprint_log("File Length Argument Too Long Error:");
1404+ printf("in the file %s\n", name);
14041405 return;
14051406 }
14061407 else if (filelength == 0)
14071408 {
14081409 errno = EINVAL;
14091410 eprint_log("File Length Argument Zero Length Error:");
1411+ printf("in the file %s\n", name);
14101412 return;
14111413 }
14121414
Binary files a/source_code/shadowstar.o and b/source_code/shadowstar.o differ
--- a/source_code/startest.c
+++ b/source_code/startest.c
@@ -796,6 +796,8 @@ printf("\n%d\n", i);
796796
797797 ST_freenode(freelist);
798798
799+ ST_main("test", u8"集合族", 100);
800+
799801 /*以下のtests_file_lengthのアサーションは評価が値呼びであることを前提にしている*/
800802 tests_file_length = 0;
801803 ST_Char *ch = "testsuite/a";
Binary files a/source_code/startest.o and b/source_code/startest.o differ