Skip to content

Commit 8042ffc

Browse files
committed
Day 63 updating string lib
1 parent a05d36f commit 8042ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

string_problems/pstring_test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// unit-tests.cpp by Bill Weinman <http://bw.org/>
2-
// Test bed for BWLIb
3-
// Copyright (c) 2014-2015 The BearHeart Group LLC
1+
2+
// Test cases for my own string library.
3+
// check include/pstring.[h,cpp] and include/pUnitTest.[h,cpp]
44

55
#include <cstdio>
66
#include "pUnitTest.h"

0 commit comments

Comments
 (0)