mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@5846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
09ed252c43
commit
b6dfdbf591
8 changed files with 54 additions and 362 deletions
11
uppdev/PipeStreamTest/PipeStream.cpp
Normal file
11
uppdev/PipeStreamTest/PipeStream.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <Core/Core.h>
|
||||
#include <PipeStream/PipeStream.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
PipeStream m;
|
||||
m.Put(123);
|
||||
ASSERT(m.Get() == 123);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue